Click or drag to resize

SessionDescription Class

The SessionDescription class is used to create and parse session description as defined in Session Description Protocol (RFC 2327). The Session Description Protocol intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpSessionDescription

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class SessionDescription

The SessionDescription type exposes the following members.

Constructors
  NameDescription
Public methodSessionDescription
Initializes a new instance of the SessionDescription class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets collection of the media attributes.
Public propertyBandwidths
Gets bandwidth of the session.
Public propertyConnection
Gets or sets the session connection data.
Public propertyDescription
Gets or sets the session description.
Public propertyEmailAddresses
Gets email addresses of the person responsible for the session.
Public propertyEncryptionKey
Gets encryption key of the session.
Public propertyMedia
Gets collection of the media.
Public propertyName
Gets or sets the session name.
Public propertyOwner
Gets or sets owner of the session.
Public propertyPhoneNumbers
Gets phone numbers of the person responsible for the session.
Public propertyTime
Gets time collection of the session.
Public propertyUri
Gets or sets the session URI.
Public propertyVersion
Gets or sets session version number.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a session description to its SessionDescription equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also